Drop a reference to nonexisting API
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Dec 2013 05:59:00 +0000 (00:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Dec 2013 06:02:36 +0000 (01:02 -0500)
The GtkApplicationWindow documentation had a reference
to gtk_header_bar_set_show_fallback_app_menu(). That
function no longer exists, so drop it.

gtk/gtkapplicationwindow.c

index ce51233b9c5b7c2e4a6a4e8878342acdee11fa06..15272516132e4aea6ab9dce19558975f7c044ec8 100644 (file)
@@ -84,7 +84,7 @@
  * property. If the desktop environment does not display the application
  * menu, then it will automatically be included in the menubar. It can
  * also be shown as part of client-side window decorations, e.g. by
- * using gtk_header_bar_set_show_fallback_app_menu().
+ * using gtk_header_bar_set_show_close_button().
  *
  * <example><title>A GtkApplicationWindow with a menubar</title>
  * <programlisting><![CDATA[